func runtime.netpoll

6 uses

	runtime (current package)
		netpoll_epoll.go#L99: func netpoll(delay int64) (gList, int32) {
		proc.go#L1691: 		list, delta := netpoll(0) // non-blocking
		proc.go#L3383: 		if list, delta := netpoll(0); !list.empty() { // non-blocking
		proc.go#L3623: 		list, delta := netpoll(delay) // block until new work is available
		proc.go#L3682: 		if list, delta := netpoll(0); !list.empty() {
		proc.go#L6194: 			list, delta := netpoll(0) // non-blocking - returns list of goroutines